home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / mcm10.zip / ROUTE.MCM < prev    next >
Text File  |  1996-11-15  |  4KB  |  110 lines

  1. ;===========================================================================
  2. ; Route-Configfile for McMail
  3. ;===========================================================================
  4. ;
  5. ; <flavor> <node> [nodes...]
  6. ;
  7. ;   Routes mail addressed to [nodes] through <node>.  You must specify at
  8. ;   least two entries, a mail-destination (nodes) and a final
  9. ;   pkt-destination (node).
  10. ;
  11. ;   Examples:
  12. ;
  13. ;    HLD 2:2426/2001.* 2:2426/2001.*
  14. ;     Route mail for my points direct to them.
  15. ;
  16. ;    CRS 2:2426/2090 2:2426/2090.*
  17. ;     Route mail for 2:2426/2090 and his points Crash to 2:2426/2090.0
  18. ;
  19. ;    IMM 2:24/24 1:* 2:240/*
  20. ;     Route all mail for zone1 and net240 in zone2 to 2:24/24
  21. ;
  22. ;    NRM 2:2426/0 1:* 2:* 3:* 4:* 5:* 6:*
  23. ;     Route all mail for ALL nodes in zones 1 through 6 to 2:2426/0
  24. ;     if you only route mail in zone2 you can also write:
  25. ;     NRM 2:2426/0 *
  26. ;
  27. ;    It's possible to do a kind of HUB-Routing, but without nodelist-
  28. ;    checking it can do junk!
  29. ;
  30. ;    NRM 2:2426/3000 2:2426/3*
  31. ;     All mail that match 2:2426/3???.? will be packed for 2:2426/3000
  32. ;
  33. ;   If you add a ! in front of an address, this address will be excluded
  34. ;
  35. ;   Example:
  36. ;
  37. ;    NRM 2:2426/7000 2:2426/7* !2:2426/7002.* 2:2426/7050.*
  38. ;     All mail that match 2:2426/7???.? will be packed for 2:2426/7000 exept maile for 7002.* and 7050.*
  39. ;    
  40. ;
  41. ;
  42. ; Flavor can be:
  43. ;
  44. ;  HLD - Hold
  45. ;  NRM - Normal
  46. ;  DIR - Direct (Normal)
  47. ;  CRS - Crash
  48. ;  IMM - Immidiat
  49. ;
  50. ;
  51. ; The list will be processed top to match. So you can define more than
  52. ; one line for one destination-node.
  53. ;
  54. ; If McM doesn't find a matching entry the mail will be flagged HOLD
  55. ; and routed direct to the destinationadress
  56. ;
  57. ; If a Mail has the FileRequest-Status and is not Local, the request
  58. ; status will be stripped.
  59. ;
  60. ; Filerouting will be handled in the same way. You only have to add
  61. ; the keyword FILES before the routinginformation.
  62. ;
  63. ;  FILES CRS 2:2426/2011  2:2426/2010.* 2220.*
  64. ;
  65. ; This example will route all files to 2:2426/2010.* and 2:2426/2220.*
  66. ; Crash to 2:2426/2011
  67. ;
  68. ; InTransit fileattaches with no fileroutingmatch will be flagged
  69. ; HOLD and routed direct.
  70. ;
  71. ;
  72. ;===========================================================================
  73. ; Here is an example of my routing
  74. ;===========================================================================
  75. ;
  76. ; ****File-Routing****
  77. FILES HLD 2:2426/2030 2:2426/2030.* 2031.* 2032.* 2033.* 2034.* 2120.* 2121.*
  78. FILES HLD 2:2426/2030 2:2426/2070.* 2260.* 2180.* 3007.* 3008.* 3020.* 3021.* 3022.*
  79. FILES NRM 2:2426/2011 2:2426/2010.* 2011.* 1.* 2220.* 2:2448/* 2:243/*
  80. ;
  81. ; ----------- MyPoints
  82. HLD 2:2426/2001.* 2:2426/2001.*
  83. ;
  84. ; ****FidoNet-Routing****
  85. NRM 2:2426/2011 2:2426/2010.* 2011.* 1.* 2220.* 2:2448/* 2:243/*
  86. HLD 2:2426/2020 2:2426/2020.* 2021.*
  87. HLD 2:2426/2030 2:2426/2030.* 2031.* 2032.* 2033.* 2034.* 2120.* 2121.*
  88. HLD 2:2426/2030 2:2426/2070.* 2260.* 2180.* 3007.* 3008.* 3020.* 3021.* 3022.*
  89. ;
  90. ;[many many more...<g>]
  91. ;
  92. HLD 2:2426/1100 2:2426/1*
  93. HLD 2:2426/3000 2:2426/3*
  94. HLD 2:2426/4000 2:2426/4*
  95. HLD 2:2426/5000 2:2426/5*
  96. NRM 2:24/24     2:240/* 2:24/24.*
  97. NRM 2:24/99     1:* 2:* 3:* 4:* 5:* 6:*
  98. ;
  99. ; ****GerNet-Routing****
  100. HLD 21:495/1025.* 21:495/1025.*
  101. NRM 21:495/1000   21:*
  102. ;
  103. ; ****PrgNet-Routing****
  104. HLD 236:262/2090  236:262/2090.*
  105. HLD 236:262/2000  236:*
  106. ;
  107. ;===========================================================================
  108. ;EOF
  109. ;===========================================================================
  110.